Remove Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodRemove(TKey)
Removes a key from the dictionary. This method must be overridden in the derived class.
(Inherited from MultiDictionaryBase<(Of <TKey, TValue>)>.)
Public methodRemove(TKey, TValue)
Removes the key and value from the underlying dictionary of this view. that is equal to the passed in key. If no key in the view is equal to the passed key, or has the given value associated with it, the dictionary and view are unchanged.
(Overrides MultiDictionaryBase<(Of <TKey, TValue>)>..::Remove(TKey, TValue).)

See Also